RSI + BB (EMA) + Dispersion (2.0)First version here
Initial data:
1) RSI
2) Bollinger Bands (Basis - EMA )
3) Dispersion (around basis)
Signal for purchase: RSI crosses the dispersion zone upwards
Signal for sale: RSI crosses the dispersion zone downwards
Buffer zone: white area, it is not recommended to make transactions.
--- Add ( 02.10.2018 )
1) RSI lines (overbought / oversold) = 70 / 30. Сan be changed in the settings.
2) Alerts:
• RSI line crossover Dispersion Zone (green)
• RSI line crossunder Dispersion Zone (red)
Cerca negli script per "3 ema"
EMA Cross by MarketAlphaSignals are generated when EMA(FastLength) and EMA(SlowLength) cross each other.
Below are the additional user parameters:
1. User defined backtesting period
2. User defined Target and StopLoss percentage points
Fibonacci EMAFibonacci EMAs (8,13,21,34,55) and Slow EMAs (100,200) for trend as well as S/R determination
smag ema distanceThis script will plot an ema of defined lenght with two lines at predefined %-distances from that ema
SMA/EMA 12|26|50SMA/EMA 12|26|50
Exactly as title says
SMA is bold
EMA is light
Orange 12
Green 26
Blue 50
EMA 55 CrossoverBasically what this does is to flag when EMA 55 crosses over EMA 8, 13, 21, and 200. This strategy was described by @Philakone on this tweet , but I'm not really sure if this is the correct strategy he described.
Multiple Ema 20/50/100Multiple Ema 20/50/100 and you can add more EMA Plot easily by changing the codes.
EMA 9/12/21/55 in one placeBased on --> // Inspired by Philakone's 55 EMA Swing Trading Strategy
- Increased EMA line visibility
- Removed buy/sell arrow
SW Magic Signals EMA [Sergio Waldoke]// SW Magic Signals EMA , shorttitle="MagicSignalsEMA"
// Script created by Sergio Waldoke (BETA VERSION v0.99)
// Buy Long when you see a Green buy arrow
// Sell Short when you see a Red sell arrow
// Basis Signal is the difference between EMA's. When the difference change from increase to decrease or inversely, signals are triggered
// Step signal shows if difference increases or decreases
EMA CrossA single Indicator that has two EMA inputs (currently using 9, 16 for my crypto trading)
On a cross the color of the Fast movign EMA changes , and a cross gets indicated at the cross point.
This can then be used to set alerts moving up and down
Low EMA of EMAgain over the chart for ProfitTrailerThis script prints low EMA line over the chart.
Buy value and time frame numbers can be modified in format.
Basically this is same with previous scripts of mine.
Though this does not show the spread between the price and low EMA line (EMAgain) and buy value, you can see the buy trailing signal.
If you set buy value positive for gain starategy, the buy trailing will start from the time point indicated by "▲".
If you set buy value negative for gain starategy, the buy trailing will start from the time point indicated by "▼".
This script is to help myself understand the buy strategies of ProfitTrailer.
Any comments and suggestions are welcome.
Moving Average Colored EMA/SMAThis script will give you the ability to put an EMA and/or SMA on the chart that changes color based upon the direction. Default at startup is EMA visible and SMA hidden. When the MA is moving up, it is green. When the MA is moving down, it is red. You can change the color to whatever you like.
Multi Timeframe EMAThis indicator will show you the exponantial moving average (ema) of the higher timeframes (up to 1D). Current timeframe is colored red, higher timeframes are colored from light to dark gray (you can change this).
How to Trade this:
1. Look for tranding ema on higher timeframe (line is stepping up).
2. Look for faster time frames to pull back (decline) to a higher timeframe.
3. This is a good area to look for a buy entry (vice versa for sell entry).
Don't fight the trend :)
Updated Version:
Multi EMA/SMA with labels (Any timeframe)Now you can select anykind of Moving Averages(SMA/EMA) with any period AND anytime frame.Specially for those who love to work with multi moving averages
EMA Deviation with Min/Max Levelshis indicator visualizes the percentage deviation of the closing price from its Exponential Moving Average (EMA), helping traders identify overbought and oversold conditions. It dynamically tracks the minimum and maximum deviation levels over a user-defined lookback period, highlighting extreme zones with color-coded signals:
• 🔵 Normal deviation range
• 🔴 Near historical maximum — potential sell zone
• 🟢 Near historical minimum — potential buy zone
Use it to spot price extremes relative to trend and anticipate possible reversals or mean reversion setups.
EMA Package - Color CodedThis is a package of up to 6 EMA's that change color with direction and include an neutral color for flat periods of consolidation. Easy and consise to use. One can set alerts for color/direction change and use in the creation of stratgies.
EMA 10/20/60/120// This script plots four Exponential Moving Averages (10, 20, 60, 120)
// for trend-following analysis. Crossovers and the order of the EMAs can
// help identify the strength and direction of the trend.
Multi EMA & SMA IndicatorDraws EMA 5/20/50/100 and SMA 200 in different colors and thickness in a single indicator
Color Change EMA 200 (3 Min)- EMA 200 locked on 3 minute time frame
- Color changes red when bearish, and green when bullish.
ADX EMA's DistanceIt is well known to technical analysts that the price of the most volatile and traded assets do not tend to stay in the same place for long. A notable observation is the recurring pattern of moving averages that tend to move closer together prior to a strong move in some direction to initiate the trend, it is precisely that distance that is measured by the blue ADX EMA's Distance lines on the chart, normalized and each line being the distance between 2, 3 or all 4 moving averages, with the zero line being the point where the distance between them is zero, but it is also necessary to know the direction of the movement, and that is where the modified ADX will be useful.
This is the well known Directional Movement Indicator (DMI), where the +DI and -DI lines of the ADX will serve to determine the direction of the trend.
POC-Candle-EMA-ATR-LongShadow-50percCandleThis is a script for those who trade based on volume and smart money strategies.
Some of the features of this script:
- Display "Time Price Opportunity Chart". These points help traders to identify price opportunities over time and have a better analysis of the market.
- Mark candles that have traded more volume than previous candles.
- Mark candles whose body is at least and not more than 50% of the total candle size, these candles can be found more easily in smart money strategies.
- Mark spike candles to find FVG faster
- Mark candles that have a shadow of at least more than 380 points and can be good reversal points.
- EMA indicator to check the market trend
- DonchianChannel indicator to check the price trend on the chart
Regards
EMA 08:00// Some traders prefer to start the charts at 8am in the morning.
// This chart setting is not possible as of today, but the following script lets you calculate ema for a defined time range.
// Right now it is set to include bars from 08:00 to 23:59, meaning that early pre market 04:00 to 07:59 is left out.